testing.common.isParallel (field)

7 uses

	testing (current package)
		testing.go#L646: 	isParallel     bool           // Whether the test is parallel.
		testing.go#L1537: 	if t.isParallel {
		testing.go#L1543: 	t.isParallel = true
		testing.go#L1603: 		if c.isParallel {
		testing.go#L1678: 					if !t.isParallel {
		testing.go#L1766: 			if !t.isParallel {
		testing.go#L1770: 		} else if t.isParallel {